home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / starship.swf / scripts / DefineSprite_34 / frame_10 / DoAction.as
Text File  |  2010-03-13  |  214b  |  16 lines

  1. initObjects();
  2. if(_root.code[actLevel] ne "")
  3. {
  4.    _root.savepoint = "savepoint";
  5. }
  6. else
  7. {
  8.    _root.savepoint = "";
  9. }
  10. vx = 0;
  11. vy = 0;
  12. _X = 250;
  13. _Y = 200;
  14. _parent.shot.gotoAndStop(1);
  15. gotoAndPlay(3);
  16.